home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / t_os / gpen32k / source.exe / LIB / OSRC / CRTC.C < prev    next >
C/C++ Source or Header  |  1993-05-08  |  95b  |  9 lines

  1.  
  2. #include    <Normlib.h>
  3.  
  4. void crtc(int ad, int x)
  5. {
  6.     _outb(0x440,ad);
  7.     _outw(0x442,x);
  8. }
  9.